type github.com/klauspost/compress/flate.fastGen

17 uses

	github.com/klauspost/compress/flate (current package)
		fast_encoder.go#L22: 		return &fastEncL1{fastGen: fastGen{cur: maxStoreBlockSize}}
		fast_encoder.go#L24: 		return &fastEncL2{fastGen: fastGen{cur: maxStoreBlockSize}}
		fast_encoder.go#L26: 		return &fastEncL3{fastGen: fastGen{cur: maxStoreBlockSize}}
		fast_encoder.go#L28: 		return &fastEncL4{fastGen: fastGen{cur: maxStoreBlockSize}}
		fast_encoder.go#L30: 		return &fastEncL5{fastGen: fastGen{cur: maxStoreBlockSize}}
		fast_encoder.go#L32: 		return &fastEncL6{fastGen: fastGen{cur: maxStoreBlockSize}}
		fast_encoder.go#L76: type fastGen struct {
		fast_encoder.go#L81: func (e *fastGen) addBlock(src []byte) int32 {
		fast_encoder.go#L138: func (e *fastGen) matchlen(s, t int, src []byte) int32 {
		fast_encoder.go#L160: func (e *fastGen) matchlenLong(s, t int, src []byte) int32 {
		fast_encoder.go#L179: func (e *fastGen) Reset() {
		level1.go#L13: 	fastGen
		level2.go#L9: 	fastGen
		level3.go#L7: 	fastGen
		level4.go#L6: 	fastGen
		level5.go#L6: 	fastGen
		level6.go#L6: 	fastGen